Change default type of open-protocol-stream.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 30 Mar 2011 02:21:28 +0000 (22:21 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 30 Mar 2011 02:21:28 +0000 (22:21 -0400)
commit4fb97fbc69433cd800b78dd472683f00e83df21f
tree1af39029ce59fb19c6a05b09d964b301ac68b559
parentf5f994f72879034b8b9c2f691e8cc64eed8b86c1
Change default type of open-protocol-stream.

* nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
value.

* nntp.el (nntp-open-connection-function): Document the fact that some
values are not functions but are instead handled specially.  Recognize
nntp-open-plain-stream value.
(nntp-open-connection): Recognize that value.

* proto-stream.el (open-protocol-stream): Bring back `network' type.
Make this the default type.
(proto-stream-open-plain): Rename from proto-stream-open-default.
(open-protocol-stream, proto-stream-open-starttls)
(proto-stream-open-tls, proto-stream-open-shell): Replace `default'
with `plain'.
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el
lisp/gnus/nntp.el
lisp/gnus/proto-stream.el